home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Sample Code / Snippets / Development Tools & Languages / DumpSRec / DumpSRec.make < prev    next >
Encoding:
Text File  |  1995-02-06  |  597 b   |  26 lines  |  [TEXT/MPS ]

  1. #   File:       DumpSRec.make
  2. #   Target:     DumpSRec
  3. #   Sources:    DumpSRec.c DumpSRec.r DumpSRec.rsrc
  4.  
  5.  
  6. OBJECTS = DumpSRec.c.o
  7.  
  8.  
  9. DumpSRec ƒƒ DumpSRec.make DumpSRec.rsrc
  10.     Echo 'Include "DumpSRec.rsrc";' | Rez -append -o DumpSRec
  11.  
  12. DumpSRec ƒƒ DumpSRec.make DumpSRec.r
  13.     Rez DumpSRec.r -append -o DumpSRec
  14.  
  15. DumpSRec ƒƒ DumpSRec.make {OBJECTS}
  16.     Link -d -c 'MPS ' -t MPST ∂
  17.         {OBJECTS} ∂
  18.         "{CLibraries}"StdClib.o ∂
  19.         "{Libraries}"Stubs.o ∂
  20.         "{Libraries}"Runtime.o ∂
  21.         "{Libraries}"Interface.o ∂
  22.         "{Libraries}"ToolLibs.o ∂
  23.         -o DumpSRec
  24. DumpSRec.c.o ƒ DumpSRec.make DumpSRec.c
  25.      C -r  DumpSRec.c
  26.